Dependabot: consolidate GitHub Actions updates to monthly - #909
Merged
Conversation
Contributor
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
(Intentionally no running full CI) |
leofang
reviewed
Aug 26, 2025
leofang
approved these changes
Aug 27, 2025
Comment on lines
+14
to
+15
| # Keep churn down: only one open PR from this ecosystem at a time | ||
| open-pull-requests-limit: 1 |
Member
There was a problem hiding this comment.
Doesn't seem like this is necessary based on the docs
- https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates
- https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
Since we group all updates into a monthly update, this should be implied. But no harm in keeping it, it seems.
Member
|
Thanks, Ralf! This is nice, the bot was a bit too noisy 😛 |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update Dependabot configuration to reduce update churn.
Changes
Switch schedule from weekly to monthly (9:00 PT).
Limit to one open PR at a time.
Add a group rule to bundle all minor/patch GitHub Actions updates into a single monthly PR.
This should cut down on review noise while still keeping dependencies reasonably up to date.
Piggy-backed: Fix existing (on
main) pre-commit error